home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / mail / delivery / sendmail.002 / sendmail / sendmail-8.7.3-bin / READ_ME < prev    next >
Encoding:
Text File  |  1995-12-10  |  9.9 KB  |  289 lines

  1. /*-
  2.  *    @(#)READ_ME    8.25 (Berkeley) 11/19/95
  3.  */
  4.  
  5.             SENDMAIL RELEASE 8
  6.  
  7. This directory has the latest sendmail software from Berkeley.  See
  8. doc/changes/changes.me for a summary of changes since 5.67.
  9.  
  10. Report any bugs to sendmail-bugs@sendmail.ORG
  11.  
  12. ******************************************************************
  13. **  DO NOT USE MAKE to compile sendmail.  Instead, cd src and    **
  14. **  use the "makesendmail" shell script.  On many environments    **
  15. **  this will do everything for you, no fuss, no muss.  See    **
  16. **  src/READ_ME for more details of compilation.  See cf/README    **
  17. **  for details about building a runtime configuration file.    **
  18. ******************************************************************
  19.  
  20.  
  21. +--------------+
  22. | MANUAL PAGES |
  23. +--------------+
  24.  
  25. The sendmail manual pages use contemporary Berkeley troff macros.  If
  26. your system does not process these manual pages, you can pick up the
  27. new macros in a BSD Net/2 FTP site (e.g.  on FTP.UU.NET, the files
  28. /systems/unix/bsd-sources/share/tmac/me/strip.sed and
  29. /systems/unix/bsd-sources/share/tmac/*).
  30.  
  31. The strip.sed file is only used in installation.
  32.  
  33. After installation, edit tmac.doc and tmac.andoc to reflect the
  34. installation path of the tmac files.  Those files contain pointers to
  35. /usr/share/tmac/, and those pointers are not changed by the `make
  36. install` process.  There's also a bug in those files -- make the
  37. following patch:
  38.  
  39. *** tmac.an~    Tue Jul 12 14:29:09 1994
  40. --- tmac.an     Fri Jul 15 13:17:54 1994
  41. ***************
  42. *** 50,55 ****
  43.   .de TH
  44.   .rn TH xX
  45.   .so /usr/share/lib/tmac/tmac.an.old
  46. ! .TH \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8
  47.   .rm xX
  48.   ..
  49. --- 50,55 ----
  50.   .de TH
  51.   .rn TH xX
  52.   .so /usr/share/lib/tmac/tmac.an.old
  53. ! .TH "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" "\\$8"
  54.   .rm xX
  55.   ..
  56.  
  57. Rename the existing tmac.an to be tmac.an.old, and rename tmac.andoc
  58. to be tmac.an.
  59.  
  60. tmac.an will choose between tmac.an.old, your old macros, or tmac.doc,
  61. which are the new macros, so that both the new man pages and the
  62. existing man pages will be translated properly.
  63.  
  64. I'm also told that the groff distribution from MIT has a tmac.doc
  65. macro set that is compatible with these macros.
  66.  
  67.  
  68. +-----------------------+
  69. | RELATED DOCUMENTATION |
  70. +-----------------------+
  71.  
  72. There are other files you should read.  Rooted in this directory are:
  73.  
  74.   CHANGES-R5-R8
  75.     Describes changes between Release 5 and Release 8 of sendmail.
  76.     There are some things that may behave somewhat differently.
  77.     For example, the rules governing when :include: files will
  78.     be read have been tightened up for security reasons.
  79.   FAQ
  80.     Answers to Frequently Asked Questions.
  81.   KNOWNBUGS
  82.     Known bugs in the current release.  I try to keep this up
  83.     to date -- get the latest version from FTP.CS.Berkeley.EDU
  84.     in /ucb/sendmail/KNOWNBUGS.
  85.   RELEASE_NOTES
  86.     A detailed description of the changes in each version.  This
  87.     is quite long, but informative.
  88.   src/READ_ME
  89.     Details on compiling and installing sendmail.
  90.   cf/README
  91.     Details on configuring sendmail.
  92.   doc/op/op.me
  93.     The sendmail Installation & Operations Guide.  Be warned: if
  94.     you are running this off on SunOS or some other system with an
  95.     old version of -me, you need to add the following macro to the
  96.     macros:
  97.  
  98.         .de sm
  99.         \s-1\\$1\\s0\\$2
  100.         ..
  101.  
  102.     This sets a word in a smaller pointsize.
  103.  
  104.  
  105. +--------------+
  106. | RELATED RFCS |
  107. +--------------+
  108.  
  109. There are several related RFCs that you may wish to read -- they are
  110. available via anonymous FTP to several sites, including nic.ddn.mil
  111. (directory rfc), ftp.nisc.sri.com (rfc), nis.nsf.net (RFC),
  112. nisc.jvnc.net (rfc), venera.isi.edu (in-notes), and wuarchive.wustl.edu
  113. (info/rfc).  They can also be retrieved via electronic mail by sending
  114. email to one of:
  115.  
  116.     mail-server@nisc.sri.com
  117.         Put "send rfcNNN" in message body
  118.     nis-info@nis.nsf.net
  119.         Put "send RFCnnn.TXT-1" in message body
  120.     sendrfc@jvnc.net
  121.         Put "RFCnnn" as Subject: line
  122.  
  123. Important RFCs for electronic mail are:
  124.  
  125.     RFC821    SMTP protocol
  126.     RFC822    Mail header format
  127.     RFC974    MX routing
  128.     RFC976    UUCP mail format
  129.     RFC1123    Host requirements (modifies 821, 822, and 974)
  130.     RFC1413    Identification server
  131.     RFC1425    SMTP Service Extensions (ESMTP spec)
  132.     RFC1426    SMTP Service Extension for 8bit-MIMEtransport
  133.     RFC1427    SMTP Service Extension for Message Size Declaration
  134.     RFC1521    MIME: Multipurpose Internet Mail Extensions
  135.     RFC1344    Implications of MIME for Internet Mail Gateways
  136.     RFC1428    Transition of Internet Mail from Just-Send-8 to
  137.         8-bit SMTP/MIME
  138.  
  139. Other standards that may be of interest (but which are less directly
  140. relevant to sendmail) are:
  141.  
  142.     RFC987    Mapping between RFC822 and X.400
  143.     RFC1049    Content-Type header field (extension to RFC822)
  144.  
  145. Warning to AIX users: this version of sendmail does not implement
  146. MB, MR, or MG DNS resource records, as defined (as experiments) in
  147. RFC1035.
  148.  
  149.  
  150. +-------------------+
  151. | DATABASE ROUTINES |
  152. +-------------------+
  153.  
  154. IF YOU WANT TO RUN THE NEW BERKELEY DB SOFTWARE:  ****  DO NOT  ****
  155. use the version that was on the Net2 tape -- it has a number of
  156. nefarious bugs that were bad enough when I got them; you shouldn't have
  157. to go through the same thing.  Instead, get a new version via public
  158. FTP from ftp.CS.Berkeley.EDU, file ucb/4bsd/db.tar.Z.  This software
  159. is highly recommended; it gets rid of several stupid limits, it's much
  160. faster, and the interface is nicer to animals and plants.  You will
  161. also probably find that you have to add -I/where/you/put/db/include
  162. to the sendmail makefile to get db.h to work properly.
  163.  
  164. Be sure you remove ndbm.h and ndbm.o from the db distribution.  These
  165. will cause problems with sendmail because sendmail already understands
  166. about NEWDB and NDBM coexisting.
  167.  
  168.  
  169. +--------------------+
  170. | HOST NAME SERVICES |
  171. +--------------------+
  172.  
  173. If you are using NIS or /etc/hosts, it is critical that you
  174. list the long (fully qualified) name somewhere (preferably first) in
  175. the /etc/hosts file used to build the NIS database.  For example, the
  176. line should read
  177.  
  178.     128.32.149.68   mastodon.CS.Berkeley.EDU mastodon
  179.  
  180. **** NOT ****
  181.  
  182.     128.32.149.68   mastodon
  183.  
  184. If you do not include the long name, sendmail will complain loudly
  185. about ``unable to qualify my own domain name (mastodon) -- using
  186. short name'' and conclude that your canonical name is the short
  187. version and use that in messages.  The name "mastodon" doesn't mean
  188. much outside of Berkeley, and so this creates incorrect and unreplyable
  189. messages.
  190.  
  191.  
  192. +-------------+
  193. | USE WITH MH |
  194. +-------------+
  195.  
  196. This version of sendmail notices and reports certain kinds of SMTP
  197. protocol violations that were ignored by older versions.  If you
  198. are running MH you may wish to install the patch in contrib/mh.patch
  199. that will prevent these warning reports.  This patch also works
  200. with the old version of sendmail, so it's safe to go ahead and
  201. install it.
  202.  
  203.  
  204. +----------------+
  205. | USE WITH IDENT |
  206. +----------------+
  207.  
  208. Sendmail 8 supports the IDENT protocol, as defined by RFC 1413.
  209. No ident server is included with this distribution.  I have found
  210. copies available on:
  211.  
  212.   ftp.lysator.liu.se        /pub/ident/servers
  213.   romulus.ucs.uoknor.edu    /networking/ident/servers
  214.   ftp.cyf-kr.edu.pl        /agh/uciagh/network/ident
  215.  
  216. If you want to run an IDENT server, I suggest getting a copy from
  217. one of those sites.  Versions are available for several different
  218. systems, including Apollo, BSD, NeXT, AIX, TOPS20, and VMS.
  219.  
  220.  
  221. +-----------+
  222. | MAKEFILES |
  223. +-----------+
  224.  
  225. The Makefiles in this release use the new Berkeley "make" that is
  226. available in BSD Net/2 and 4.4BSD.  If you are using this version
  227. of make, you may notice one or two places where the Makefile includes
  228. "../../Makefile.inc".  This file is not included with the sendmail
  229. distribution because it's not part of sendmail.  However, it is,
  230. in toto:
  231.  
  232.     #    @(#)Makefile.inc    8.1 (Berkeley) 6/6/93
  233.  
  234.     BINDIR?=    /usr/sbin
  235.  
  236. The other directories should all have Makefile.dist files that work
  237. on the old make, albeit without all the niceties included.
  238.  
  239. You can also get a new Berkeley make from the Net2 release (available
  240. on many public FTP archives).  This version should also interpret old
  241. Makefiles, so you could drop it in as your default make.
  242.  
  243. For more details, see src/READ_ME.
  244.  
  245.  
  246. +---------------------+
  247. | DIRECTORY STRUCTURE |
  248. +---------------------+
  249.  
  250. The structure of this directory tree is:
  251.  
  252. cf        Source for Berkeley configuration files.  These are
  253.         different than what you've seen before.  They are a
  254.         fairly dramatic rewrite, requiring the new sendmail
  255.         (since they use new features).
  256. contrib        Some contributed tools to help with sendmail.  THESE
  257.         ARE NOT SUPPORTED by Berkeley -- contact the original
  258.         authors if you have problems.  (This directory is not
  259.         on the 4.4BSD tape.)
  260. doc        Documentation.  If you are getting source, read
  261.         op.me -- it's long, but worth it.
  262. mail.local    The source for the local delivery agent used for 4.4BSD.
  263.         THIS IS NOT PART OF SENDMAIL! and may not compile
  264.         everywhere, since it depends on some 4.4-isms.  Warning:
  265.         it does mailbox locking differently than other systems.
  266. mailstats    Statistics printing program.  It has the pathname of
  267.         sendmail.st compiled in, so if you've changed that,
  268.         beware.  This isn't all that useful.
  269. makemap        A program that creates the keyed maps used by the $( ... $)
  270.         construct in sendmail.  It is primitive but effective.
  271.         It takes a very simple input format, so you will probably
  272.         expect to preprocess must human-convenient formats
  273.         using sed scripts before this program will like them.
  274.         But it should be functionally complete.
  275. praliases    A program to print the DBM or NEWDB version of the
  276.         aliases file.
  277. rmail        Source for rmail(8).  This is used as a delivery
  278.         agent for for UUCP, and could presumably be used by
  279.         other non-socket oriented mailers.  Older versions of
  280.         rmail are probably deficient.  RMAIL IS NOT PART OF
  281.         SENDMAIL!!!  The 4.4BSD source is included for you to
  282.         look at or try to port to your system.  I know it doesn't
  283.         compile on {SunOS, HP-UX, OSF/1, other} (pick one).
  284. smrsh        The "sendmail restricted shell", which can be used as
  285.         a replacement for /bin/sh in the prog mailer to provide
  286.         increased security control.  NOT PART OF SENDMAIL!
  287. src        Source for the sendmail program itself.
  288. test        Some test scripts (currently only for compilation aids).
  289.